* This script is Copyright 1995 by Steve Israelson
* Segments a line and then adds a small hallway
* To that line segment
*
segmentLine 1024
* The pen is at the first point in the line pointing at the
* second, so turn -90 degrees to point away from the line
turn -90
newLine 2048
turn 90
newLine 1024
* Here we use a shortcut to connect to the last line of the
* original starting segment
lastPoint
makeLine
* We are done plotting points, now actually make the poly
closePoly
